for example there is a skewed image document, how can i draw rectangle around skewed image?
Sir,
I am not sure but try the similar code as below:
w=3; %width
h=2; %height
x=0.2;y=1; %corner position
xv=[x x+w x+w x x];yv=[y y y+h y+h y];
figure(1), plot(xv,yv);axis equal;
%rotate angle alpha
R(1,:)=xv;R(2,:)=yv;
alpha=30*2*pi/360;
XY=[cos(alpha) -sin(alpha);sin(alpha) cos(alpha)]*R;
hold on;plot(XY(1,:),XY(2,:),'r');
axis([-2 4 0 5])
thanks i will try it.
Gabor filter. gabor feature of black/white image.
05 June 2016 140 4 View
I have selected brain tumor images ...but now found that already lots of research done n this topic.
03 March 2021 5,774 3 View
i am try to classify the x-ray images. During classification , can i block unwanted images (except x-ray image).
03 March 2021 7,100 1 View
Need to image mesoporous silica nanoparticles using the TEM. Also, need high resolution TEM images to see the mesoporous structure. Kindly suggest what kind of grids to use. Thanks, Shatadru
02 March 2021 1,787 2 View
I have prepared a manuscript in IEEE Latex template, but for some purpose, I need to prepare a word file as well (detailed format is not required). Compared to two column .tex file, one column...
02 March 2021 1,830 3 View
Dear Colleagues, After running Western blot on PVDF membrane and detection using ECL, I would like to stain my PVDF with colloidal gold to be able to allign the ECL image with total proteins on...
02 March 2021 7,829 3 View
I would like to research on MR images (0.5T and 3T). Can you please suggest some websites that I can download dataset including both 0.5T and 3T MR images? Thank you.
02 March 2021 7,735 3 View
I am simulating Heat Exchanger. I have tried and tested all the methods to resolve this issue from the internet like refining mesh, improving skewness and orthogonal quality ,extending outlet to...
01 March 2021 6,985 3 View
I personally feel this as a most confusing question. As per my understanding, if sample size is > 30, and sample is skewed, we can still use paramteric approach, as it will follow Z...
01 March 2021 1,587 6 View
Hello, I have classified 10 S3 OLCI images from the same area (althouth not the same size and/or quadrant) and I would like to do a final image using the mode of the pixel of these 10 images. I...
01 March 2021 9,874 3 View
How can one improve mesh skewness, orthogonality, aspect ratio?
28 February 2021 7,730 3 View