Statistik
6 Fragen
0 Antworten
RANG
86.306
of 299.750
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.792
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 165.710
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
extracting data from a cell (in cell the data are images) and i need to store them seperately
I need to extract the all the contents in a cell and i need to all the contents in a cell first row in one folder second row...
fast 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Function with multiple inputs
Hello everyone I have a function with two inputs function [output_image]=multiple(input_1,input_2) assume input_1=imread('im...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
regarding passing input as images to a function from two different folders
function [disparity map]=map(leftview,rightview) %some processing steps will be there end I need to call two differentimages ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to write data into excel sheet
close all clear all clc image_folder='C:\Users\L111\Desktop\cube faces\gaussian distortion\image_bullock\left face\rating_1';...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to create excel sheet for the following code
this is the code i have converted an image into six faces(top, back, front,left, right, =bottom) for my preprocessing 1.now ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i need to save images with different file names in seperate folders
lear all; close all; inputfilename ='back_5.jpg'; img = imread(inputfilename); dim = size(img); width = dim(2);height = dim(...
mehr als 4 Jahre vor | 1 Antwort | 0