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
