Git Product home page Git Product logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
What version of the product are you using? On what operating system?

I'm using svn revision 4 under Windows XP, jre1.6.0_07 & jdk1.6.0_07

Original comment by [email protected] on 25 Jun 2010 at 8:02

from javasurf.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024

Original comment by [email protected] on 25 Jun 2010 at 8:04

Attachments:

from javasurf.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
I am seeing these false artifacts as well. Any ideas why this would happen? 

Original comment by [email protected] on 29 Sep 2010 at 12:14

from javasurf.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
The same problem occured under mac os 10.6 with jdk 1.6.
in the constructor of IntegralImage I found this:

            for (int i = 0; i < height - 1; i++) {
                float sumOfTheCurrentRow = 0;
                for (int j = 0; j < width - 1; j++) {

this is the problem, the last row and column stay filled with zeros, in 
different resolutions it is a very dominant feature and creates false interest 
points. Just delete the -1 or put a = behind the <.

Original comment by [email protected] on 5 Apr 2011 at 1:05

Attachments:

from javasurf.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Removing the -1 effectively gives more relevant features

Thanks

Original comment by [email protected] on 30 Apr 2011 at 5:14

from javasurf.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.