回答済み
Need to read text from a metal plate. Text is embossed on the plate.
yes,sir,may be use other ocr model,such as https://cloud.tencent.com/act/event/ocrdemo

約4年 前 | 0

回答済み
Editing Ground Truth Labels after cropping images
yes,sir,may be use image segment,such as 2160x2560 images into 600x600 windows. you can get split rects,and then crop it

約4年 前 | 1

回答済み
Appending Voxel Intensity with the Voxel Co-ordinates and Plotting ?
yes,sir,if show 3d,just use load img_64_chest.mat volshow(img) then you can get 3d show but what voxel_coords use to?add poi...

約4年 前 | 0

回答済み
How can I crop a set of non-binary images automatically depending on the size and position of each image?
yes,sir,may be use image segment method,such as locate image rectangle,and then make it as logical mask matrix,then apply it to ...

約4年 前 | 0

回答済み
How would you train a CNN to accurately predict the output of say the swt2 or fft2 function on an image?
yes,sir,may be make the input as vector,and use convolution2dLayer to get one dimension data,then define cnn model,such as imag...

約4年 前 | 1

| 採用済み

回答済み
CNN-LSTM validation data underperforming compared to training data
yes,sir,may be add some dropoutLayer、batchNormalizationLayer to make model more generic if possible,may be upload your data to ...

約4年 前 | 1

| 採用済み

回答済み
Deep Network Designer Training Images are size 224x224x1 but input layer expects images of size 224x224x3 (GoogLeNet Network Trained on Color Images to Gray)
clc; close all; animal_image_dataset = imageDatastore('***filename' ); %img = readimage(animal_image_dataset,n); [traino, ...

約4年 前 | 0

回答済み
Help with forming a temperature image using black and white scale?
yes,sir,may be use colormap to get image,such as a = randi([7 42], 64, 1); a = repmat(a, 1, 64); map = linspace(0, 255, 64); ...

約4年 前 | 0

回答済み
Matching features of two images
yes,sir,if use corel data,then you can choose color、textur and so on feature to compute image similar, or use sift、surf and s...

約4年 前 | 0

回答済み
Measuring percentage of black pixels
clc; clear all; rois = {'https://ww2.mathworks.cn/matlabcentral/answers/uploaded_files/884800/ROI%201.png',... 'https://w...

約4年 前 | 0

回答済み
How to separate two closely located masks in an image?
clc; clear all; close all; im = imread('https://www.mathworks.com/matlabcentral/answers/uploaded_files/885010/image.jpeg'); bw...

約4年 前 | 0

回答済み
Why is there overlayed square and number on Raspberry Pi camera image taken using MATLAB? How to remove?
mypi=raspi('raspberrypi'); mycam = cameraboard(mypi) mycam.ROI = [0.50 0.50 0.33 0.33] img = snapshot(mycam); imagesc(img); ...

約4年 前 | 0

回答済み
Use shape Factor to judge cell or bacteria
yes,sir,may be check segment process,for example,use watermark and so on clear; close all; % Pre-processing ---------------...

約4年 前 | 0

回答済み
replace one bit plane with random image in DCT domain and get DCT inverse
may be use uint8 loss some image data,can use more bigger range format,such as img=imread('cameraman.tif'); b = dct2(img); im...

約4年 前 | 0

| 採用済み

回答済み
How do I count certain values within a column of a table?
clc; clear all; close all; img = imread('https://www.mathworks.com/matlabcentral/answers/uploaded_files/873730/image.png'); im...

約4年 前 | 0

回答済み
How to open .int image Using Matlab?
fid = fopen('point1.int','rb'); a = fread(fid, 'double'); fclose(fid); but it all zeros

約4年 前 | 0

| 採用済み

回答済み
I can't install Add ons...
yes,sir,may be try install for many time,or change your web type,such as use wireless

約4年 前 | 0

回答済み
How to get the function 'convolution1dLayer' ?
yes,sir,may be use 2D to replace 1D,such as imageInputLayer([1024 1 1]) convolution2dLayer([100 1],3,'Stride',1)

約4年 前 | 0

回答済み
How to save an image saved on a Raspberry PI in a variable in order to process the image?
yes,sir,i face similar problem before,then use http server on device and use matlab read image through http link form device

約4年 前 | 0

回答済み
access multiple csv files from different folder
% three folder in the drive namely 'D/Buck/V=12v' , 'D/Buck/V=24v' and 'D/Buck/V=48v' % 4 differnt csv files namely 2.csv,4....

約4年 前 | 1

| 採用済み

回答済み
How to automatically obtain shape coordinates
clc; clear all; close all; img = imread('https://ww2.mathworks.cn/matlabcentral/answers/uploaded_files/871715/uno.png'); if nd...

約4年 前 | 0

回答済み
How to save figures on the program general folder?
yes,sir,may be use exportfig or print comand,such as fd = fullfile('C:\Users\ your\Examples\Balance_energetico_',aux_year); if...

約4年 前 | 1

回答済み
how can i know the programming behind a MATLAB GUI
yes,sir,if you get .fig and .m file,just use guide to open .fig,and ues mouse right click button or other , view callback functi...

約4年 前 | 0

回答済み
exportgraphics streches images whily saving if 'visible' is 'off' - bug?
clear all; close all; data = rand(10,5); %% on f1 = figure('Visible','on'); h1=heatmap(data); exportgraphics(f1,'test_on.p...

約4年 前 | 0

回答済み
alignment issue in fprint
P=[65.44; 87.12; 67.46; 79.51]; words1={'Moisture';'Fixed carbon';'Volatile matter';'Ash'}; words2 = repmat({'wt%'},length(P),...

約4年 前 | 1

| 採用済み

回答済み
How to replace the one-hot-encoded label with a (Gaussian) distribution in the training of a CNN for classification ?
yes,sir,may be just compute vector,such as class_info = [1; 2; 2; 1] class_num = length(unique(class_info)); Y = zeros(length...

約4年 前 | 0

回答済み
Hi, may i know how to create a loop in this code for image subtraction? X is the reference image and variable in Y , I have 10 images in the folder
% X is the reference image and variable in Y , I have 10 images in the folder x=im2double(imread('reference.png')); for i = 1...

約4年 前 | 0

回答済み
How to reconstruct 3D volume from 2D projections that are generated by same 3D volumetric?
yes,sir,what is target,make 3d matrix display as 3d object?such as

約4年 前 | 0

回答済み
Predictors must be a N-by-1 cell array of sequences, where N is the number of sequences. All sequences must have the have the same feature dimension and at least one time step
yes,sir,may be the data should make process,such as clc; clear all; close all; % Data = readtable("C:\Users\robouser\Desktop\m...

約4年 前 | 0

| 採用済み

回答済み
I have 2D .jpg images which I want to convert into 3D.stl files with same thickness throughout (eg two Z values) in the created .stl file
yes,sir,may be use f is Faces,v is Vertices tr2 = triangulation(f,v); stlwrite(tr2,'demo.stl');

約4年 前 | 0

さらに読み込む