← Back to team overview

sikuli-driver team mailing list archive

[Bug 1333567] Re: [request] want a Function visible() like similar() to differentiate partially visible from fully visible images

 

I already was afraid, that you meant opacity/transparency.

Currently, the OpenCV feature used completely ignores the transparency
channel in an image to be searched. Only the RGB part of an RGBA image
is taken and hence as if it where 100% opaque (0% transparency).

An Implementation (if any) is very complex and might not be available
before end of this year.

** Summary changed:

- [request] want a Function visible() like similar() to differentiate partially visible from fully visible images
+ [request] want a Function visible() like similar() to differentiate partially transparent from opaque images

** Changed in: sikuli
       Status: New => In Progress

** Changed in: sikuli
   Importance: Undecided => Medium

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 1.2.0

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1333567

Title:
  [request] want a Function visible() like similar() to differentiate
  partially transparent from opaque images

Status in Sikuli:
  In Progress

Bug description:
  Hai Raiman, Now a days all the websites having the css and JavaScript
  enabled , so that the visibility is adjusted as per their requirement.
  While we using Sikuli to search a image which is full visible other
  than partial visible image look like same. Here the similar function
  capture the partially visible also  as it looks like the same image we
  search.If we adjust the similarity to low it allow non similar image
  also. Do you understand what I am Asking?  Can you add this visible()
  feature. I know little python if you want my help I am eagerly
  waiting. I thinking this can be possible ?  Is it possible in your
  Point of View?

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1333567/+subscriptions


References