← 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

 

Raiman , Image in the attachment is example situation. That image is a
screen shot of a web page. where there is all square in green color. But
three of the square in less green (i.e  0.4 Opacity). I want to avoid
that three squares and get all other squares in the findAll() function.

But what happening is all squares got into the findAll() even similarity set to 0.99. the similar() only considering shape and color.
It does not consider the how much Opacity it has. I suggest a visible() function to find the visibility that it is visible with full opacity or less opacity. So that we can filter the low visibilty squares from all others.

If this feature can be added. it should be place in near to similar. so
that we can set visibility of the image for matching.

** Attachment added: "1.jpg"
   https://bugs.launchpad.net/sikuli/+bug/1333567/+attachment/4138089/+files/1.jpg

-- 
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 visible from fully visible images

Status in Sikuli:
  New

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