Réponse apportée
Unrecognized method, property, or field 'Min' for class 'nnet.cnn.layer.ImageInputLayer'.
sir,the code for lgraph.Layers(1).Min or lgraph.Layers(1).Max is confuse,may be use the follow clear;clc;close all % Load the ...

plus de 4 ans il y a | 0

| A accepté

Réponse apportée
GLCM feature extraction problem in matlab
sir, may be some code write confuse,please check the follow clear all; clc; close all; img = imread('football.jpg'); img_gray...

plus de 4 ans il y a | 0

| A accepté

Réponse apportée
Total number of detected cars
sir,may be use a line to detect the car pass,and add to total,such as

plus de 4 ans il y a | 0

Réponse apportée
How to crate datastore for .mat file dataset?
sir,may be use cell to save the data in mat file,such as [XTrain,YTrain] = japaneseVowelsTrainData

plus de 4 ans il y a | 0

Réponse apportée
Read the Header of bitmap
clc; clear all; close all; bmp = fopen('common_demos.bmp','rb'); type = fread(bmp,2,'char') bmpsize = fread(bmp,1,'long') bf...

plus de 4 ans il y a | 2

| A accepté

Réponse apportée
How do I crop a medical images based on selective search automatically.
sir,may be upload some image file to analysis,aslo can use roipoly to segment and crop

plus de 4 ans il y a | 0

Réponse apportée
How extract radiomic features from .mat file?
sir,may be upload mat file to analysis,use the data as image matrix

plus de 4 ans il y a | 0

Réponse apportée
Group images based on high or low contrast
sir,what is the rule to judge high or low constrast ?

plus de 4 ans il y a | 0

Réponse apportée
Why does extractFeatures on SIFTPoints returns duplicate points?
sir,may be set some parameter,such as detectSIFTFeatures(image,'NumScaleLevels',2);

plus de 4 ans il y a | 0

Réponse apportée
Multiple DICOM files from folder to png conversion
clc; clear all; close all; foldername = './LowerLeg'; outdir = './lowerleg_imgs'; if ~exist(outdir, 'dir') mkdir(outdir)...

plus de 4 ans il y a | 0

Réponse apportée
(Important )How to generate numbers in matlab? Need help.
clc; clear all; close all; img1 = imread('peppers.png'); data=100; for i=1:data xmin=0.001; xmax=1; % n=da...

plus de 4 ans il y a | 0

Réponse apportée
Extract X, Y and Z data from contour plot in JPEG format.
sir,use image file to extract data,or use figure plot? if use figure,i thinke may be use graphic handle to extract xdata and yd...

plus de 4 ans il y a | 0

Réponse apportée
Correlation regression lines between two parameters
sir, may be upload some data, use lsqcurvefit、polyfit and so on to compute the coef please check the follow code to get some in...

plus de 4 ans il y a | 0

| A accepté

Réponse apportée
Error using + Matrix dimensions must agree
RGB=real(DFT)+imresize(WMI,[size(DFT,1) size(DFT,2)], 'bilinear');

plus de 4 ans il y a | 0

Réponse apportée
Hello, How can I measure the rotation angle from human face image in matlab?
sir,its face detect application,such as Pitch、Roll、Yaw

plus de 4 ans il y a | 0

Réponse apportée
Why shift, take absolute value and perform log transform to the frequency spectrum of an image obtained by fft2?
im2uint8(mat2gray(log(abs(fft_shifted)+1))) sir,i think abs(fft_shifted)+1 to avoid log(0) or log(neg) log to display result...

plus de 4 ans il y a | 0

Réponse apportée
How do I add a black border around an image?
clc; clear all; close all; im = imread('cameraman.tif'); im2 = padarray(im,[20 20],'both'); figure; imshow(im) figure; imsho...

plus de 4 ans il y a | 0

Réponse apportée
Meaning of L-component display?
imshow(lab(:,:,1),[0 100]) sir, its means use lab(:,:,1) data,display in [0,100] range,if data more than 100,will be change as ...

plus de 4 ans il y a | 0

Réponse apportée
How to read all the frames in a .asf video file?
info = mmfileinfo('video.asf')

plus de 4 ans il y a | 0

| A accepté

A soumis


video process gui for common
video process gui for common

plus de 4 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

Réponse apportée
how to read all the frames in a .asf video file?
sir,please use xyloObj = VideoReader('video.avi'); nFrames = xyloObj.NumberOfFrames

plus de 4 ans il y a | 0

| A accepté

Réponse apportée
Image processing Granular Flow
clc; clear all; close all; im = imread('https://ww2.mathworks.cn/matlabcentral/answers/uploaded_files/791594/Pic10101.png'); j...

plus de 4 ans il y a | 1

Réponse apportée
How to get the pixel values of specific object in an image?
clc; clear all; close all; A=rgb2gray(imread('https://www.mathworks.com/matlabcentral/answers/uploaded_files/791924/image.jpeg'...

plus de 4 ans il y a | 1

Réponse apportée
Image sampling in fourier domain
sir,may be consider the wavelet decomposition

plus de 4 ans il y a | 0

Réponse apportée
Remove white space from around image
% I have a grayscale jpg-image, with a very large white space around the actual image, % which is dark. Is there an easy comma...

plus de 4 ans il y a | 0

Réponse apportée
i have a "tif" image and i want to label it, i wrote a code but i cant reach what i need!!! i still have a noisy pic? can u help me get rid of this noice?
the image process as follows, the hard point is that segment clc; clear all; close all; img = imread('https://ww2.mathwork...

plus de 4 ans il y a | 1

Réponse apportée
Wants to get multiple figures in same image for one frame
clc; clear all; close all; % I plot image and get multiple figures gray scale, histogram like wise, % I need to take this sepa...

plus de 4 ans il y a | 0

Réponse apportée
How to save all jpg data after preprocessing into workspace?
clc ; clear all; home; %loading file filelist = dir('*.jpg'); L = length(filelist); for i = 1:60 CurrentImage{i} =im...

plus de 4 ans il y a | 1

Réponse apportée
Mean radial profile from a given point
clc; clear all; close all; img = imread('https://ww2.mathworks.cn/matlabcentral/answers/uploaded_files/203087/Irradiation.JPG')...

plus de 4 ans il y a | 0

Réponse apportée
What is wrong with A = alter(a)?
clc; clear all; close all; N = 500; A = zeros(N); A(20:50, 75:100) = 6; for i = 1 A = alter(A); figure(1); ...

plus de 4 ans il y a | 0

Charger plus