Artificial Intelligence - هوش مصنوعی

Artificial Intelligence - هوش مصنوعی (http://artificial.ir/intelligence/)
-   پردازش تصوير رقمي(Digital Image Processing) (http://artificial.ir/intelligence/forum100.html)
-   -   پروجکشن عرض و ارتفاع (http://artificial.ir/intelligence/thread11125.html)

majic ۰۷-۹-۱۳۹۱ ۱۲:۲۷ بعد از ظهر

پروجکشن عرض و ارتفاع
 
از شما دوستان گرامی کسی می دونه پروجکشن عرض و ارتفاع یک تصویر دقیقاً چیه و جحوری در متلب تولید میشه؟

nazliii ۰۷-۹-۱۳۹۱ ۰۹:۰۷ بعد از ظهر

Obtatain projections of the image using Matlab's radon functio
n

theta = linspace(0,360,900);
%bwelow we have to multiply the projections by the voxel size or else each
%voxel is given a "unit" wieght. This means for the same image simply
%changing the matrix size would change the projections values which is
%wrong, so we must account for this.
projs = radon(imin,theta)*voxelSize;
%plot the projections
figure;imagesc(projs,[0 max(max(projs))]);colormap('gray');axis off;axis equal;title('Original Sinogram');


زمان محلي شما با تنظيم GMT +3.5 هم اکنون ۰۴:۳۷ بعد از ظهر ميباشد.

Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.