photo

Albert Hagan


2017년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


I am trying to draw a tangent line to the bottom right of my circle and use the tangent line to find the angle between the horizontal line and the curve. Can someone please tell me what is wrong with my code.
% Contact Angle Detection clc clear all close all Irgb = imread('Trial.png'); % Processing of Real Life Image Igr...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can I find the droplet contact angle of the image using hough transform to determine the boundaries? The code gives me droplet contact angle 0. But I want to calculate the angle the contact surface makes with the bubble.
Irgb = imread('hydrophobe1.jpg'); Igray = rgb2gray(Irgb); BW = edge(Igray,'canny'); [H,theta,rho] = hough(BW); figure; im...

대략 7년 전 | 답변 수: 0 | 0

0

답변