photo

Poonam


2013년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: image processing

통계

All
MATLAB Answers

43 질문
0 답변

Cody

0 문제
9 답안

순위
18,088
of 300,763

평판
2

참여
43 질문
0 답변

답변 채택
23.26%

획득한 표
2

순위
 of 21,082

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
42,475
of 170,923

참여
0 문제
9 답안

점수
100

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • Solver

배지 보기

Feeds

보기 기준

질문


how Image segmentation is useful in area of image compression,object identification and multimedia application
Sir please could you provide me in detail explaination of how segmentation is useful in Image Compression ,Identifying objectsan...

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

1

답변

질문


how will be mean brightness of color image will be formulated in matlab
color image is of three channels, so how to calculate mean brightness of the image Do i need to separate each channel of color...

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

1

답변

질문


what will the formula for mean intensity value of RGB image
gray scale image intensity value is m=mean2(I) then what will be of RGB image

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

1

답변

질문


How write this image with plotted boundary in a folder
figure;imshow(Img); title('Hill Climbing Segmentation'); axis image; % Make sure image is not artificially stretched b...

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

1

답변

질문


HELP to resolve this code
m=original color image en=enhanced color image have written code for measure absolute mean brightness error(AMBE) f...

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

1

답변

질문


I want the output of RAG code output to appear as given in the image,but appear something else please help me to get the following output
function varargout = imRAG(img, varargin) %IMRAG Region adjacency graph of a labeled image % % Usage: % ADJ = ...

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


help to resolve my this GUI code
btnNumber=11; labelPos=[left+3*controlWidth+0.06 top-2*controlHeight controlWidth+0.08 controlHeight-0.005]; callbackStr...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


how to resolve this code
figure;imshow(Ims); hold on for k = 1:length(B) boundary = B{k}; plot(boundary(:,2), boundary(:,1), 'k', '...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


how to find edges of my segmented images
<</matlabcentral/answers/uploaded_files/26942/segmentedenhanceimage.png>> This is my mean shift segmented image i want this...

거의 11년 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

거의 11년 전

문제를 풀었습니다


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

거의 11년 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

거의 11년 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

거의 11년 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

거의 11년 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

거의 11년 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

거의 11년 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

거의 11년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

거의 11년 전

질문


Getting following error,help to rectify it
function [y, MS] = meanShiftPixCluster(x,hs,hr,th,plotOn) % FUNCTION: meanShiftPixCluster implements the classi...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


why am I getting this error
function [Results]=ComputeFMeasureMultiSeg(DBpath,SegResultsSubPath,SysType) %Compute the F-score for multi segments ...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


function kmeans is not able to process uint8 what should i do?
I am using kmeans function and getting following error ??? Error using ==> plus Integers can only be combined with integers...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


What is multiscale/pyramid algoithm
what is pyramied/multiscale like algorithm in image segmentation

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


Error while making plot of precision -recall curve in this code where m i going wrong?
function [J,D,rfp,rfn]=segevaluate(o,s) % gets label matrix for one tissue in segmented and ground truth % and re...

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


getting following error,help to rectify this
function [Inc Knc] = Nc(I,SI,SX,r,sNcut,sArea) %% ncutImageSegment [nRow, nCol,c] = size(I); ...

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

1

답변

질문


what will be the solution for this error
function idx=nomc(meas) W=SimilarMatrix(meas,1); D=diag(sum(W)); L=D-W; Lsym=(D^(-1/2))*L*(D^(-1/2)); [ev ...

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

1

답변

질문


What is wrong in this code
function [jaccard_Idx,jaccardDist]=jacarrd_coefficient(imgorig,imgseg) { %check for logical image if ~islogical(i...

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

1

답변

질문


getting cell contents reference from non cell object error for following code
if (length(A) < sArea || length(B) < sArea) || ncut > sNcut Seg{1} = Seg{i}; %#ok<NASGU> Id{1} = id; %#ok<...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


Mean shift and normalized cut
What does mean shift segmentation mean with example? what is normalized cut segmentation? I have read lot of papers but coul...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


how to match both the side?
Sir, If LHS is 3D image and RHS is 2D then how to match both the side eg. outimg(:,:,1)=out1img how to convert the ...

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

1

답변

질문


how to solve the following error in the code?
clc; close all; % clear all; inImg = imread('C:\Users\Poonam\Desktop\MATLAB\R2008a\bin\matlabimage\lotus.jpg'); ...

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

0

답변

더 보기