image-processing
How to detect change in Source image
I currently have some image processing scripts I wrote in PHP which I use for CMS websites. One of them takes an source image which the client has uploaded, resizes it, writes out the processed image[详细]
2023-04-06 14:47 分类:问答How to find 4 points next to the intersection of two lines
Let\'s say I have some bitmap data (in black) over which some lines have been hand drawn in vector format (in green). The lines roughly follow the shape of the bitmap data. In some places, the lines i[详细]
2023-04-06 14:16 分类:问答How to quantize image color from RGB 24 bit to RGB 6 bit (64 colors)?
I\'m trying to deploy BIC algorithm (border/interior pixel classify) and using PIL (python imaging library) to process image . But i don\'t know how to quantize RGB color from 24bit (8b开发者_Python百[详细]
2023-04-06 11:24 分类:问答What is best tool to get EXIF data?
I am looking for backend best tool to retrieve Exif data of images. There are various tool and even function are providedfor someprogramming languages to get Exif data, but theyare not reliable.[详细]
2023-04-06 09:13 分类:问答Applying a sketch or brush stroke effect to an image
I already offer a Sepia Effect for images uploaded to a site using something like this: Dim SepiaMatrix As New ColorMatrix(New Single()() {[详细]
2023-04-06 05:43 分类:问答How to Apply Mask to Image in OpenCV?
I want to apply a binary mask to a color image. Please provide a basic code example with proper explanation of how the code works.[详细]
2023-04-06 05:00 分类:问答Retrieve the dimensions of an image in the filesystem
How can I r开发者_Go百科etrieve the dimensions of an image (typically jpeg, png, jpg and gif), in the local filesystem with Java?You can use java\'s image class to get image attributes. Here is the sa[详细]
2023-04-06 04:45 分类:问答how to fill the empty space inside an image generated by matlab function "scatter"
My image is a 2D surface of a protein, and I use matlab function \"scatter\" to display the image, so there are some white empty spaces in it.[详细]
2023-04-05 23:55 分类:问答image manipulation library [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-05 22:53 分类:问答Conform colors between 2 RGB images in OpenCV
i\'ve two RGB images of the 开发者_StackOverflow社区same subject with different color values...my goal is to conform colors and merge images. i\'ve tried by converting RGB->HSV space and equalizing v[详细]
2023-04-05 22:13 分类:问答