当前位置:网站首页>颜色的识别方法和探索 基于matlab
颜色的识别方法和探索 基于matlab
2022-07-28 02:46:00 【matlab_python22】



颜色的rgb的图像方法

clc
clear
close all
load 2.mat
figure
subplot(221)
imshow(d);
picture_1 =d;% imread(strcat(save_path,picture_name)); %建立循环函数依次读取原始图像
picture_1 =imread('1.bmp');
imshow(picture_1);
[x,y]=ginput(2);
picture_2 = imcrop(picture_1,[x(1),y(1),abs(x(1)-x(2)),abs(y(1)-y(2))]);
figure
imshow(picture_2)
figure
a1=picture_2(:,:,1);
边栏推荐
- Games101 review: ray tracing
- The test post changes jobs repeatedly, jumping and jumping, and then it disappears
- Blue Bridge Cup: the ninth - "lantern controller"
- Interview experience: first tier cities move bricks and face software testing posts. 5000 is enough
- Web服务器
- 微服务架构统一安全认证设计与实践
- Summary of static blog building tools
- Tungsten Fabric SDN — BGP as a Service
- 将Helm编写的Chart推送到Harbor仓库
- Data Lake: each module component
猜你喜欢

CAD creation group is not combined?

Design and practice of unified security authentication for microservice architecture

Stop paging with offset and limit. The performance is too poor!

工程电磁场复习基本知识点

exness:日本物价上涨收入下降,英镑/日元突破 165

蓝桥杯原题

QFileDevice、QFile、QSaveFile、QTemporaryFile

Data Lake: flume, a massive log collection engine

Games101 review: ray tracing

Thread Foundation
随机推荐
53. Maximum Subarray最大子数组和
Thread Foundation
Why is it that when logging in, you clearly use the account information already in the database, but still display "user does not exist"?
Design of the multi live architecture in different places of the king glory mall
嵌入式开发:提示和技巧——用C进行防御性编程的最佳实践
vba批量读取sql的create文来创建表
Blue Bridge Cup: the ninth - "lantern controller"
Pytorch 相关-梯度回传
43.js -- scope chain
Engineering Geology Practice - engineering geology problem set
vi命令详解
Games101 review: ray tracing
c#——switch case语句
els 键盘信息
els 显示一个随机方块
Uniapp——拨打电话、发送短信
Alibaba cloud international email service package purchase process
R 笔记 MICE
Interview experience: first tier cities move bricks and face software testing posts. 5000 is enough
Tungsten Fabric SDN — BGP as a Service