Feeds
質問
transform a plane from a camera still to a 2d image without perspective using a calibration plate
I have a camera mounted at an angle to a calibration plate. I would like to transform the plane in which the calibration sheet s...
13年以上 前 | 1 件の回答 | 0
1
回答回答済み
aligning overlapping images and averaging the overlap
this works, could it be faster? canvas = uint8(zeros(10)); image1=uint8(magic(3)); image2=uint8(magic(3)); ...
aligning overlapping images and averaging the overlap
this works, could it be faster? canvas = uint8(zeros(10)); image1=uint8(magic(3)); image2=uint8(magic(3)); ...
15年弱 前 | 0
回答済み
aligning overlapping images and averaging the overlap
this method doesn't work.. canvas = uint8(zeros(10)); image1=uint8(magic(3)); image2=uint8(magic(3)); ...
aligning overlapping images and averaging the overlap
this method doesn't work.. canvas = uint8(zeros(10)); image1=uint8(magic(3)); image2=uint8(magic(3)); ...
15年弱 前 | 0
質問
aligning overlapping images and averaging the overlap
i have an empty matrix *canvas = uint8(zeros(10));* images are placed inside *image1=uint8(magic(3));* *canvas(2:4...
15年弱 前 | 4 件の回答 | 0
4
回答回答済み
joining a character variable and a numerical variable to call a filename within a loop
Hi robert thanks for your reply i had been playing with num2str and sprintf but to no avail! James
joining a character variable and a numerical variable to call a filename within a loop
Hi robert thanks for your reply i had been playing with num2str and sprintf but to no avail! James
15年弱 前 | 0
質問
joining a character variable and a numerical variable to call a filename within a loop
how do i join the variable n to the variable filename to get the name of a real file that i want to call in a loop? example re...
15年弱 前 | 3 件の回答 | 0
