Community Profile

photo

praveen rai


Last seen: 대략 3년 전 2017년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


how can I write the video from montage player in my disk
I am using Montage MATLAB command for displaying the input adjacent to output i wan to write that video in my disk I am unabl...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


finding roi in an image
I have a binary image in which there is a line which is in form of white pixels first I want to perform interpolation so that I...

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


How to get 3D dimensions for an object in an image taken from 3d camera
lets say I have image in which object is box and I know the dimension of box I just want to calculate the dimension i.e lenghth,...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


how to connect the adjacent lower edges of each bounding box
I have drawn a bounding box of rectangle shape on each character and save the all 4 point of all bounding box Now I want to co...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


find the closest point and taking the difference of y coordinates
let assume I have A matrix in which there are m points and B matrix in which n points are there I have a point lets say m1(x,y...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


sampling of pixel point and find out the distance between them
i plot a curve line from an image now what i want is to sample each points(pixel) lets say on line no 1 there are m pixels(m1,m...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to find the height and width of an alphabet/letter
i have a letter in which I want to find the height and width of this letter any algorithm or code can suggest by anyone

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How do I extract only bold text from an image
Does someone have an idea, for example, for some preprocessing or postprocessing of the image to make this work? coding or impl...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


region extraction from a text document Image
I have a image(binary image already extracted from Input Image) in which I have to extract the paragraph for example from"Apart...

대략 5년 전 | 답변 수: 2 | 0

2

답변

질문


how to acquire images in matlab using more than one web cam simultaneously
_I am using MATLAB 2014 I have connected my two usb web cam when I am selecting Image acquisition tool from app it is not showin...

5년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
hwo to extract numeric value from an image
*suppose i have a string str='Sec 4.12 Visual quantization 123' now i want only '123' so how shd i xtract dis part only*

거의 6년 전 | 1

질문


hwo to extract numeric value from an image
__I have an image in which I recognise the numeric part using *OCR* FUNCTION numeric value is lablled with yellow line rectangle...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


how can i find header/footer of an image
*I want to extract the header and footer part in an image* _i have read that this can be done by ocr software(optical character...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


How can I extract page number and letter part from an image
_above question which I asked I just want to understand the theory how to do these things so for that I want some link/reference...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


comarison of N images
*I have N nummber of images say n1,n2,n3,n4,n5,n6 stored in one folder i want to compare like this and stored all o/p in one lo...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


comarison of N images
*suppose I have N images in my single folder let say n1,n2,n3,n4,n5,n6....(images no) i want to compare d images like this n1...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


finding the bending angle or change in curvature of line
_in my Image there is one thin line which has some curvature/bending I want to find the that bending angle/change in curvature...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


calculate distance with ref line in an image
_I want to calculate the distance between the curved line as in my image and left line i.e reference line (grid line).distance s...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


superimose of two images
_@image analyst u have provided me the code how to superimpose and it was very help full but I have another image and I am not a...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


extraction of corner points in grid image and how to calculate the distance between corner points
*I ma providing the grid image & i want to find the each corner points of box/square in my image and want to calculate the dista...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


THINING ALGORITHM USED IN IMAGE
_**I attaching a zip file in which MATLAB code is there for thinning and images are also there my ques is that when am using th...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


making the line thin as equivalent to 1cm wide/pixel
I am providing few images like *sample images/input images* and *desired output images* respectively *sample images* <</ma...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Superimpose two images - one on top of the other
I have uploaded two images "Picture 15.jpg" and "Calibration.jpg". Picture 15.jpg is below: <</matlabcentral/answers/uploa...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to compute homography matrix H
If i know the 4 corresponding points in image say p1->p1' p2->p2' p3->p3' p4->p4' then how to compute pi(x,y) from pi'(x,...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


hwo to normalise the points with matlab command
i am using this command for normalising -[p1,t1] = Normalise2DPts(p1); [p2,t2] = Normalise2DPts(p2); when i am running this i...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to find the homography matrix that maps a 2D image point to a 3D world point on a known plane
lets say homography matrix be h and my points are:p[0] = x:40 y:115 p[1] = x:41 y:120 p[2] = x:43 y:232 p[3] = x:44 y:212 if...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


can anyone provide a code for converting 2d point into 3d cordinate system
i want to map the 2d point into 3d cordinate usinf direct linear transformation algo(DLT) or using homography I am not sure how ...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


i want to convolve two signal
i have a matrix i.e image size is 435*262 (y=435*262) i want to convolve with a 1d array i.e a=[0 1 0] z=conv2(double(y),double...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


i want to find the max element in each row and position of that element in terms of row and column
i am giving the example what i have tried and what result i have got c= 2 3 4 5 67 58 79 81 ...

6년 초과 전 | 답변 수: 3 | 0

3

답변

질문


How to draw 2D periodic triangular signal
w=1; % signal width Amp=1; % signal amplitude tt=-w:w; y1=Amp-Amp*abs(tt)/w; figure; plot(tt,y1) is this...

6년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기