پارس‌کدرز چگونه کار می‌کند؟

از پارس‌کدرز بیشترین بهره را ببرید و رویای کاری خود را زندگی کنید.

پارس‌کدرز خریداران یا کارفرمایان را به مجری‌ها /فریلنسرهای خبره‌ای متصل می‌کند که برای انجام پروژه آماده هستند.

From Image data to get estimation depth and diameter using matlab

دو سال پیش منتشر شده

تعداد بازدید: 508

کد پروژه: 240342


شرح پروژه

هزینه را براورد نمایید.

1)pre-processed
2)apply hough transform @ Faster-R-CNN @ Open-Scan Clustering Algorithm
3)hyperbolic fitting(model) @ Parabolic Fitting based Judgement
4)estimation of diameter and depth algorithm @ Restricted Algebraic Distance Based Fitting Algorithm
5)The radius and depth of the object
the requirements
data with me

so far this is what I can do
clc; close all; clear all;
input_dir='Experiment1\MALAGS';
filenames=dir(fullfile(input_dir,'*.rd3'));
num_img=numel(filenames);
for n=1:1 %num_img
filename=fullfile(input_dir,filenames(n).name);

[data,header]=readmala(filename);
imgdata=data;
img=mat2gray(imgdata);figure; imshow(img)
[row,col]=size(img);
img=imadjust(img);

J = histeq(img);
imshowpair(img,J,'montage')


se = strel('disk',5);
marker = imdilate(J,se);
%imshow(marker)

obr = imreconstruct(marker,J);
figure
imshow(obr,[])
imshowpair(marker,obr)

SaltandPepper= imnoise(marker,'salt & pepper',0.05);
%imshowpair(SaltandPepper,marker,'montage')

%DenoisingSaltandPepper= medfilt2(SaltandPepper);
%imshowpair(DenoisingSaltandPepper,SaltandPepper,'montage')

B = ordfilt2(SaltandPepper,9,true(5));
figure
imshow(B)

J = histeq(B);
figure, imshow(J);
BW1 = edge(J,'sobel');
BW2 = edge(J,'canny');
figure, imshow(BW2);


% h_rect=imrect();
% pos_rect=h_rect.getPosition();
% pos_rect=round(pos_rect);

% img_cropped=img(pos_rect(2)+(0:pos_rect(4)),pos_rect(1)+(0:pos_rect(3)));
% img_cropped=imcrop(BW2,[25 54 411 120]);
% h_rect=imrect();
pos_rect=[25 54 411 120];
pos_rect=round(pos_rect);
img_cropped=img(pos_rect(2)+(0:pos_rect(4)),pos_rect(1)+(0:pos_rect(3)));
figure;
imshow(img_cropped);

CN=edge(img_cropped,'canny',[0 0.3]);
imshow(CN)


BW_out = CN;

% Filter image based on image properties.
BW_out = bwpropfilt(BW_out, 'Area', [156, 243]);
BW_out = bwpropfilt(BW_out, 'MajorAxisLength', [0, 246]);
BW_out = bwpropfilt(BW_out, 'Eccentricity', [0, 0.97]);
imshow(BW_out)
% Get properties.
properties = regionprops(BW_out, {'Area', 'Eccentricity', 'EquivDiameter', 'EulerNumber', 'MajorAxisLength', 'MinorAxisLength', 'Orientation', 'Perimeter'});

% Uncomment the following line to return the properties in a table.
% properties = struct2table(properties);

%Hough Transform
% [H,T,R]=hough(BW_out);
% P=houghpeaks(H,5,'threshold',ceil(0.3*max(H(:))));
% x=T(P(:,2));
% y=R(P(:,1));
[H,theta,rho] = hough(BW_out);
% Find lines and plot them
% lines=houghlines(BW_out,T,R,P,'FillGap',5,'MinLength',7);
% figure
% imshow(BW_out), hold on
% max_len=0;
% for k=1:length(lines)
% xy=[lines(k).point1;lines(k).point2];
figure
imshow(imadjust(rescale(H)),[],...
'XData',theta,...
'YData',rho,...
'InitialMagnification','fit');
xlabel('\theta (degrees)')
ylabel('\rho')
axis on
axis normal
hold on
colormap(gca,hot)
% % Plot beginnings and ends of lines
% plot(xy(1,1),xy(1,2),'x','Linewidth',2,'Color','yellow');
% plot(xy(2,1),xy(2,2),'x','Linewidth',2,'Color','red');
P = houghpeaks(H,5,'threshold',ceil(0.3*max(H(:))));
x = theta(P(:,2));
y = rho(P(:,1));
plot(x,y,'s','color','black');
lines = houghlines(BW_out,theta,rho,P,'FillGap',5,'MinLength',7);
figure, imshow(img_cropped), hold on
max_len = 0;
for k = 1:length(lines)
xy = [lines(k).point1; lines(k).point2];
plot(xy(:,1),xy(:,2),'LineWidth',2,'Color','green');

% Plot beginnings and ends of lines
plot(xy(1,1),xy(1,2),'x','LineWidth',2,'Color','yellow');
plot(xy(2,1),xy(2,2),'x','LineWidth',2,'Color','red');

% Determine the endpoints of the longest line segment
len = norm(lines(k).point1 + lines(k).point2);
if ( len > max_len)
max_len = len;
xy_long = xy;
end
end
% highlight the longest line segment
plot(xy_long(:,1),xy_long(:,2),'LineWidth',2,'Color','red');


end
I have 1021 data

got problem to detect Hyperbolic

این پروژه شامل 1 فایل مهم است، لطفا قبل از ارسال پیشنهاد حتما نسبت به بررسی این فایل اقدام فرمایید.

مهارت ها و تخصص های مورد نیاز


بودجه

100,000 تومان تا 300,000 تومان

مهلت برای انجام

3روز

وضعیت مناقصه

بسته


درباره کارفرما

عضویت چهار سال پیش

325 پروژه ثبت شده ،
0 پروژه در حال انجام ،
0 پروژه آماده دریافت پیشنهاد ،
نرخ پذیرش پیشنهاد 16%

برای پیدا کردن پروژه‌های مشابه ثبت نام کنید و پروفایل خود را بسازید.

ورود با گوگل
یا
نام نباید خالی باشد.
نام خانوادگی نباید خالی باشد.

نیاز به استخدام فریلنسر یا سفارش پروژه مشابه دارید؟

سفارش پروژه مشابه

قادر به انجام این پروژه هستید؟

ثبت نام کنید

مهلت ارسال پیشنهاد قیمت برای این پروژه تمام شده است

سری به پروژه‌های مشابه بزنید

روش کار در پارس‌کدرز

به رایگان یک حساب کاربری بسازید

مهارت‌ها و تخصص‌های خود را ثبت کنید، رزومه و نمونه‌کارهای خود را نشان دهید و سوابق کاری خود را شرح دهید.

به شیوه‌ای که دوست دارید کار کنید

برای پروژه‌های دلخواه در زمان دلخواه پیشنهاد قیمت خود را ثبت کنید و به فرصت‌های شغلی منحصر به فرد دسترسی پیدا کنید.

با اطمینان دستمزد دریافت کنید

از زمان شروع کار تا انتهای کار به امنیت مالی شما کمک خواهیم کرد. وجه پروژه را از ابتدای کار به امانت در سایت نگه خواهیم داشت تا تضمین شودکه بعد از تحویل کار دستمزد شما پرداخت خواهد شد.

می‌خواهید شروع به کار کنید؟

یک حساب کاربری بسازید


بهترین مشاغل فریلنسری را پیدا کنید
رشد شغلی شما به راحتی ایجاد یک حساب کاربری رایگان و یافتن کار (پروژه) متناسب با مهارت‌های شما است.

پیدا کردن کار (پروژه)

تماشای دمو روش کار