photo

krishna kotha


Last seen: 1년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


i want to create bounding boxes for this image
i want to recognize line pixels values not wrong pixels values how can i do this original image is i want tall pixe...

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

0

답변

질문


how to convert gray image pixel values into text file
clc; clear; close all; x=imread('lena512.bmp'); this is code i want this image as 512*512 pixcels matrix as is in text file ...

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

0

답변

질문


separating pixels and calculating number of pixels
i have to calcuate how many number of pixels present in selected area iam done the priject that i need to calcuate precition an...

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

0

답변

질문


Image de-noising using decision tree
%DENOISING OF IMPULSE IMAGES USING DTBTM: clc; close all; x=imread('lena512.bmp'); x =imresize(x,[512 512]); NOISE_VAR = ...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


iam getting error while iam debugging the code in matlab 2019, But it is excuting in matlab 2014 version.... Iwant this in MATLAB 2019 please help me
function varargout = mygui(varargin) % MYGUI MATLAB code for mygui.fig % MYGUI, by itself, creates a new MYGUI or raises ...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


i want to segment image to get harizontal projection on image...... how can i do it ?
this is my original image and i want det vertical projections curves by pairing each rising left edge and declining right ...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


i want to create bounding boxes for the intersection part of vertical and horizontal profile but i didn't get it how can i do it help me here is the code iam using
clc; clear; close all; R=imread('img_00155.bmp'); l=rgb2gray(R); g1=imadjust(l); V=imbinarize(l,0.7); Im = mean(V(:)); I...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


i want to creat bounding boxes for the intersection of the vertical and horizontal profiles in the image iam using these code but i didn't get it
clc; clear; close all; R=imread('img_00155.bmp'); l=rgb2gray(R); g1=imadjust(l); V=imbinarize(l,0.7); Im = mean(V(:)); I...

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

0

답변

답변 있음
hello iam getting these type of error for my code iam appl dddt dwt algorithm to get decomposition image please help me to goet output....
clc; clear; close all; R=imread('img_00155.bmp'); K=rgb2gray(R); K(K > 255*0.62) = 255; figure,imshow(K); K(K < 255*0.30)...

5년 초과 전 | 0

질문


hello iam getting these type of error for my code iam appl dddt dwt algorithm to get decomposition image please help me to goet output....
clc; clear; close all; R=imread('img_00155.bmp'); K=rgb2gray(R); K(K > 255*0.62) = 255; figure,imshow(K); K(K < 255*0.30)...

5년 초과 전 | 답변 수: 2 | 0

2

답변