Feeds
已回答
What is the problem with my function to compute the cosine similarity of two images?
I had to convert the vector to floating point numbers. Doing the following led to the function working (added the double func...
What is the problem with my function to compute the cosine similarity of two images?
I had to convert the vector to floating point numbers. Doing the following led to the function working (added the double func...
7 years 前 | 0
| 已接受
提问
What is the problem with my function to compute the cosine similarity of two images?
I am using a script to compute the cosine similarity of two images. I first convert the images to vectors: Img1 = imread...
7 years 前 | 2 个回答 | 0
2
个回答提问
How do I quantify the symmetry of an image?
I am interested in quantifying the symmetry in a set of images. In particular, I am interested in symmetry along the vertical an...
8 years 前 | 1 个回答 | 0
1
个回答提问
Is there a simple way to obtain a table with the number of pixels for each image in a folder?
I have a certain number of jpegs in a folder. I want to create a table with the title of the image, and the number of pixels in...
8 years 前 | 1 个回答 | 0
1
个回答提问
How would I find the upper and lower threshold limits that the edge-canny function uses?
After I run an edge detection function on an image BW = edge(I, 'canny') how can I then find the upper and lower thre...
8 years 前 | 1 个回答 | 0