How do you find the negative and positive training data sets of Haar features for the AdaBoost algorithm? So say you have a certain type of blob that you want to locate in an image and there are sever
I\'mgetting images from a C328R camer开发者_开发问答a attached to a small arduino robot. I want the robot to drive towards orange ping-pong balls and pick them up. I\'m using the C# code supplied byfu
I am using MinHash algorithm to find similar images between images. I have run across this post, How can I recognize slightly modified images? which pointed me to MinHash algorithm.
I have some JPEG images that I need scale down to about 80% of original size. Original image dimension are about 700px × 1000px. Ima开发者_如何学编程ges contain some computer generated text and possi
I have image with some object at not solid ba开发者_如何学Cckground. I want to extract this objects like in gimp using \"fuzzy select\". This can be an example:
Starting to learn image filtering and stumped on a question found on website: Applying a 3×3 mean filter twice does not produce quite the same result as applying a 5×5 mean filter once. However, a 5
I have hundreds of images (png), sorted by name. They all have different sizes, but the same print resolution is to be used.
I need to generate large images (A4 image at 200 DPI, PNG format would be fine) in my compact framework application. This is impossible to do in standard way due to memory limitat开发者_如何学JAVAions
I\'m a javascript novice, I have this bit of code in a jsx script that I would like to resize the canvas +20 percent on both horizontal and vertical sides.
I want to use ImageJ to do some processing of several thousand images. Is there a way to take any general imageJ plugin and apply it to hundreds of images automatically?