photo

Sheshjee


Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
24 087
of 301 234

RÉPUTATION
1

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
1

RANG
 of 21 204

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 580

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

Question


this code divides an image into cell array. My question is these cell arrays are actually blocks or something else. If it is block, then how i combine all these blocks again to form the original image. Thanks for help.
% The first way to divide an image up into blocks is by using mat2cell(). blockSizeR = 150; % Rows in block. blo...

environ 13 ans il y a | 1 réponse | 1

1

réponse

Question


This code divides an image into foreground and background . After that i calculated the threshold value, and varVariance. It gives an error at If varVlues> Th , Cell contents reference from a non-cell array object."
rgbImage = imread('cameraman.tif'); [r,c]=size(rgbImage); w = size(rgbImage,1); h = size(rgbImage,2); imshow(rgbImag...

environ 13 ans il y a | 1 réponse | 0

1

réponse

Question


getting an error.. ??? Attempt to reference field of non-structure array.
??? Attempt to reference field of non-structure array. Error in ==> masking at 12 binaryImage = hFH.createMask();

plus de 13 ans il y a | 1 réponse | 0

0

réponse

Question


??? Attempt to reference field of non-structure array. Error in ==> Untitled2 at 36 binaryImage = hFH.createMask();
% Demo to have the user freehand draw an irregular shape over % a gray scale image, and burn the curve points into the imag...

plus de 13 ans il y a | 1 réponse | 0

0

réponse