I have few classes and functions in java code. one of the function is drawing a graph using graphics object.
I´m trying to make开发者_Python百科 an implementation of Gaussian blur for a school project. I need to make both a CPU and a GPU implementation to compare performance.
i am using following code to download and display images in android its works many time but some times it gives me error for larger images any one guide me what is the solutions to this problem?
I am trying to implement Epshtein\'s paper(Detecting text in natural scenes with stroke width transform(2010)) on text detection in natural images.
How can i use linq to list all pixels from image and process on them? For example we have: for (int i = 0; i < this.bitmap.Width; i++)
How can we convert the contents of the article into image/pdf format in drupal 7. Suppose, we are viewing a article in some textformat (ie default format of drupal) and if we want to see the contents
I want to implement a background averaging method. I have 50 frames of images taken in one second and some of the frames contain lightning which I want to extract as the foreground. The frames are tak
This is my first time on stackoverflow asking questions so I will try my best to describe what I want to the best of my ability.
I am in the process of porting some java code to Android. The code is doing some image recognition and uses BufferedImage I have managed to move most of the functionality over to Bitmap but I am strug
Is there any image comparison server software out there, made from something like OpenCV (Windows or Mac)? I\'m looking to make an in-house image recognition server for an internal project and I need