This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Other JSE/JEE APIs and the fly likes The best way to apply custom transform to a bufferedImage Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "The best way to apply custom transform to a bufferedImage " Watch "The best way to apply custom transform to a bufferedImage " New topic
Author

The best way to apply custom transform to a bufferedImage

Pippet mamy
Greenhorn

Joined: Jun 03, 2012
Posts: 3
Hi,
I have an application that transforms circular part of an image to a triangle. It works, the computation is fine, but the process is slow because the source to image conversion reads every pixel with in a circle one by one from the source image and maps it to result. I would like to know if we can do something like openCV's remap which computes the transform once and can be used for other images of the same kind.

Thanks,
Pippet
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: The best way to apply custom transform to a bufferedImage
 
Similar Threads
To author: MDA issues
xmlns problem in xslt
Transform BufferedImage or Image in Graphics
Find Image size in jsp or servlet
converting png to tiff and character recognition with tesseract