photo

Poreddy ajaykumar reddy


Last seen: 21 days 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
86,325
of 299,793

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,013

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Explorer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

4 years 前 | 2 个回答 | 0

2

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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';...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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(...

4 years 前 | 1 个回答 | 0

1

个回答