最后结论:
Grey = (R*38 + G*75 + B*15)>> 7
代码
#include
#include
using namespace cv;
int main(){
Mat src= imread("C:\\Users\\Poplar\\Pictures\\ff.jpg");
Matgrey(src.rows, src.cols...
分类:
其他好文 时间:
2015-08-07 20:07:56
阅读次数:
207
修改GlobalScreenshot.java的saveImageInBackgroundTask方法:String imageDir = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES).ge...
分类:
其他好文 时间:
2015-07-30 13:20:01
阅读次数:
126
Note: detailed procedure with full pictures is at the last paragraph. Where to buy GM TECH2? The knock off GM tech2 can cost $340 to $290, usually, th...
分类:
数据库 时间:
2015-07-17 20:27:00
阅读次数:
122
在此调查中我要实现的是:点击Pictures按钮后,获取手机内所有图片,选择某一个图片,并显示到ImageView中。应用范围:图片上传时的图片选择 , 类似"浏览"。效果:所有的图片都会列出来,包括目录。在Activity Action里面有一个“ACTION_GET_CONTENT”字符串常量,...
分类:
其他好文 时间:
2015-07-13 15:47:31
阅读次数:
104
一般情况下,新建一个文件夹,显示效果是这样的:,可是我们会发现,一些系统文件是这样的:
而且进一步可以发现“我的音乐”文件夹的目录是“C:\Users\LiuJian\Pictures”,而不是“C:\Users\LiuJian\我的音乐”。其他文件夹类似。
那么,有没有办法让我们自己新建的文件夹也可以这样呢?答案是肯定的。
为了,达到目的,我们需要借助于的des...
分类:
其他好文 时间:
2015-06-11 22:57:55
阅读次数:
203
Problem Description
A number of rectangular posters, photographs and other pictures of the same shape are pasted on a wall. Their sides are all vertical or horizontal. Each rectangle can be partial...
分类:
其他好文 时间:
2015-05-25 16:42:55
阅读次数:
110
Problem DescriptionFish likes to take photo with his friends. Several days ago, he found that some pictures of him were damaged. The trouble is that t...
分类:
其他好文 时间:
2015-05-18 18:08:22
阅读次数:
125
1、 FFMEPG结构说明 1.1》介绍 ffmpeg(Fast Forward Moving Pictures Experts Group)是音视频的分离,转换,编码解码及流媒体的完全解决方案,其中最重要的就是libavcodec库,是一个集录制、转换、音/视频编码解码功 能为一体的完整的开源解决...
分类:
其他好文 时间:
2015-05-12 15:20:04
阅读次数:
105
inkscape and digikam are strongly recommanded software for pictures and photosfor viedos:yaourt -S alsa-utils mplayer smplayer gstreamer0.10-ffmpeg gs...
分类:
其他好文 时间:
2015-05-12 08:03:23
阅读次数:
134
题目链接:点击打开链接
题意:
给出闹钟的n个指针当前所指的角度
求2个闹钟通过旋转后能否相同
思路:
先排个序保证偏序的关系,然后坐差,
枚举第二个串的哪一位和第一个串的第一字符匹配,然后hash判断
#include
#include
#include
#include
#include
template
inline bool rd(T &ret)...
分类:
其他好文 时间:
2015-04-30 16:19:54
阅读次数:
124