質問


Have a .mat file in the Work space and i need to view the image in it
Hello , I have .mat file in the Work space which contains the Image data. I need to view the image in it. Let me know how th...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Matlab C Code Generation for deteMinEigenFeatures()
Hello , I am trying to generate C code using MATLAB C coder App for the in MATLAB 2015a. When i try to do this i am getti...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


How to generate imread() from MATLAB to C coder
Hello, Is it possible to generate the imread() function from MATLAB to generate the C Coder standalone c code for embedded comp...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Angle of Rotation of Circular Object in Z-angle
Hello, I want to calculate the angle of rotation of this circular object on the z plane (i.e., parallel to the image sensor's...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


Find Gamma angle between two images
Hello, I have stereo images captured of a wheel. They are captured by rotating at Z-angle.I need to find Gamma angle between ...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


Windows Standalone Application in MATLAB2013a
Hello, I have generated the standalone Application in MATLAB2013a. I have followed the steps for generating the package fr...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


C code generation for extractFeatures() and matchFeatures()
Hello, I am generating C code from .m file using MATLAB coder. I am generating c code for matchFeatures() and extractFeatu...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Sort the Harris corner coordinates and extract only the four corner coordinates
Hello, I have an edge image where the corners are detected using Harris corner detection.The corners are plotted on the Edge ...

約9年 前 | 0 件の回答 | 0

0

回答

質問


Detection of edge cut in rectangular object
Hello, I have an image which does not have any defect (all four corners of the object are good) another image in which botto...

約9年 前 | 0 件の回答 | 0

0

回答

質問


Template matching not invariant to rotation and scale, but should detect defects of 3x3 pixel size or more
Hello, I want to compare the specific pattern as on the template. I want to send Yes/No based on the matching result. It ...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Trace through the binary image and find the minimum row,maximum row and minimum column and maximum column whose pixel value is non 255
Hello, I have a binary image, i want trace through the image and find the minimum row,maximum row,minimum column and maximum ...

約9年 前 | 0 件の回答 | 0

0

回答

質問


Find the circle for the image using imfindcircles
Hello, I have an image for which i need to determine the outer circle and then find the centre for the outer circle.I am usi...

約9年 前 | 0 件の回答 | 0

0

回答

質問


Find the mean value and an array and then eliminate the value from an array which is greater than mean
Hello, I have an array A=[50;20;50;70;30]; and B=[60;10;30;40]; Now I find the mean of array using the function mean. M...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Get the mean of the matrix and extract the elemnts fromthe matrix that are greater than the mean
Hello, I have a matrix C=[50; 20; 50; 70; 30]; Now i want to find the mean of the array. mean_val=mean(C); I get the...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Compare rows of two array and store the corresponding column value if the Row elements are equal
Hello, I have two matrices where i need to compare the first row element of the first matrix with the first row element of ...

約9年 前 | 2 件の回答 | 0

2

回答

質問


Two matrix subtraction with each of different dimension
Hello, I have two arrays , whose dimensions are different. for example : matrix A has the dimension 4x2 A=[1 4; 2 1;...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Fill gaps for a broken line and get a continious line
Hello, I have a Sobel output image which is a line. This line is a broken line . I want to interpolate the line where ever wh...

約9年 前 | 0 件の回答 | 0

0

回答

質問


Sort array elements in ascending order
Hello, I have an input array which i want to sort column elements in ascending order i = [4 35; 2 4; 2 6 ; ...

約9年 前 | 2 件の回答 | 0

2

回答