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...
9年弱 前 | 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...
9年弱 前 | 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...
9年弱 前 | 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...
約9年 前 | 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...
9年以上 前 | 1 件の回答 | 0
