Hosuk:LabNotes/2013-11-25: Difference between revisions
Jump to navigation
Jump to search
>Hosuki78 (Created page with "*LabNote ===Padlock Probe Concentration Test:Re-counting with more correct cropping=== *Continued from LabNotes/2013-11-21 *Crop size...") |
>Hosuki78 No edit summary |
||
Line 3: | Line 3: | ||
===Padlock Probe Concentration Test:Re-counting with more correct cropping=== | ===Padlock Probe Concentration Test:Re-counting with more correct cropping=== | ||
*Continued from [[Hosuk: | *Continued from [[Hosuk:LabNotes/2013-11-21|11/21]] | ||
*Crop size was wrong a little, so I've adjusted | *Crop size was wrong a little, so I've adjusted | ||
**[xsize, ysize]=size(im1); | **[xsize, ysize]=size(im1); |
Revision as of 22:10, 25 November 2013
Padlock Probe Concentration Test:Re-counting with more correct cropping
- Continued from 11/21
- Crop size was wrong a little, so I've adjusted
- [xsize, ysize]=size(im1);
- height = xsize-xcrop_px*2+1;
- width = height;
- im1_crop = imcrop(im1, [ycrop_px xcrop_px width height]);
- Count is almost same to prev.