Answered
How do a scatter plot with names?
sir,please check the follow code to get some information for more information,you can read the book 《计算机视觉与深度学习实战》,Thank you! ...

4 years ago | 0

| accepted

Answered
Undefined function 'showMatchedFeatures' for input arguments of type 'SURFPoints'.
sir,may be you should update the version of matlab please check the follow code to get some information for more information,y...

4 years ago | 0

Answered
How can I create a motion tracking ROI using edge detection on the frames of a video?
sir, my be use deeplearning framework, such as unet to seg

4 years ago | 0

Answered
2 different imshow() calls send images to same figure?
figure('Name', 'demo1', 'NumberTitle', 'off') imshow(mat2gray(temp2)); title('After background subtraction and i...

4 years ago | 0

Answered
Is Bagoffeatures for feature extraction of logical image not suitable?
sir, allmostly bagoffeatures use surf to get the feature, i think it can be use on logical image but, why not use cnn to calssi...

4 years ago | 0

Answered
Loading multiple surface files from Avizo to MATLAB
sir, may be read data and use cell to include them

4 years ago | 0

Answered
Selecting and loading files from multiple subfolders using uigetdir
sir,may be use the follow function function file_list = get_all_files(input_folder) dir_data = dir(input_folder); dir_index =...

4 years ago | 0

Answered
How to improve lighting in volshow?
sir,please check the follow code to get some information for more information,you can read the book 《计算机视觉与深度学习实战》,Thank you! ...

4 years ago | 0

Answered
How to improve lighting in volshow?
sir, please use the follow to test h = volshow(binary_stack,config1,'ScaleFactors',[(0.1*resolution) (0.1*resolution) (layerH...

4 years ago | 0

Answered
How to calculate sphere area in subplot.
may be the filename should save? clc; clear all; close all; %testimages DATASetDir = fullfile('C:\Users\Akmal\Desktop\I-131 2...

4 years ago | 0

Answered
How to make a static image dynamic in MATLAB App Designer?
sir,may be use timer to crate

4 years ago | 0

Answered
Algorithm that asks the user to insert 20 different images
on the command window to input 20 different images sir,may be use cell to include the 20 image matrix

4 years ago | 0

| accepted

Answered
Image Segmentation using Color Tresholder App ?
sir,please check the follow code to get some information for more information,you can read the book 《计算机视觉与深度学习实战》,Thank you! ...

4 years ago | 0

Answered
Help Understanding groundTruth for CNN segmentation.
sir,please check the follow code to get some information for more information,you can read the book 《计算机视觉与深度学习实战》,Thank you! ...

4 years ago | 0

Answered
Resampling and quantization of image.
clc; clear all; close all; im = imread('football.jpg'); % make the same wh = min([size(im,1) size(im, 2)]); im2 = imresize(i...

4 years ago | 0

Answered
Is there a way to overlay a graph onto a video, plotting each successive point with each frame?
clc; clear all; close all; t = linspace(0, 2*pi); xt = cos(t); yt = sin(t); figure; axis([-1 1 -1 1]); writerObj = VideoWr...

4 years ago | 0

Answered
How to create an image that has random chunks of black and white pixels
clc; clear all; close all; % init image (1920 x 1080) A = zeros(1080,1920); % choose white ind1 = randperm(numel(A(:))); ...

4 years ago | 0

Answered
Creating a "boundary" between two parts of the matrix
sir,please check the follow code to get some information for more information,you can read the book 《计算机视觉与深度学习实战》,Thank you! ...

4 years ago | 0

Answered
How to calculate sphere area in subplot.
sir,please check the follow code to get some information for more information,you can read the book 《计算机视觉与深度学习实战》,Thank you! ...

4 years ago | 0

| accepted

Answered
can you help us for area segmentation method on temporal bone object to segment the region marked with arrows
sir,please check the follow code to get some information for more information,you can read the book 《计算机视觉与深度学习实战》,Thank you! ...

4 years ago | 0

Answered
How to extract the backgroung from the object .....after using Watershed segmentation??
sir,may be you should upload brain.jpeg to develop

4 years ago | 0

Answered
Segmenting an object inside image
sir,please check the follow code to get some information for more information,you can read the book 《计算机视觉与深度学习实战》 clc; clea...

4 years ago | 0

Answered
imageInputLayer Normalization - Data normalization options
sir,may be you should update MATLAB version, such as 2021 inputlayer = imageInputLayer([28 28 3],'Name','input', 'Normalization...

4 years ago | 1

Answered
How to save multiple output images with same file type as the original input image?
sir,please check the follow code to get some information for more information,you can read the book 《计算机视觉与深度学习实战》 [~,~,filety...

4 years ago | 0

Answered
i need to find the thickness of optical fibre from interference pattern.
sir,can you make some label to identify which part is the thickness

4 years ago | 0

Answered
how to merge 2 videos into 1 video without losing FPS?
sir, may be use the follows code to ref you can read the book 《计算机视觉与深度学习实战》 clc close all clear all vid1 = VideoReader('...

4 years ago | 0

| accepted

Answered
How can In extract data XY to be clearly read in ImageJ?
sir, may be use the follows code to ref you can read the book 《计算机视觉与深度学习实战》 clc close all clear all %% Test with one roi ...

4 years ago | 0

Answered
Blurring an image using FFT (Fast Fourier Transform)
sir, may be use the follows code to ref you can read the book 《计算机视觉与深度学习实战》 clc close all clear all %Import the image I =...

4 years ago | 0

Answered
How can I check if the columns of my matrix have value in common?
clc close all clear all % init matrix M = randi([1 100], 10, 8) % choose one column use = 4; % find value Mu = M(:, use)...

4 years ago | 0

Load more