自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (5)
  • 收藏
  • 关注

原创 【EmguCV】 形态学变换 生成自定义结构元素

Mat close_33 = CvInvoke.GetStructuringElement(ElementShape.Ellipse, new System.Drawing.Size(3, 3), new System.Drawing.Point(-1, -1)); public enum ElementShape { // // 摘要: ...

2018-07-17 20:57:40 900

原创 [EmguCV] FindContours

/// <summary> /// Retrieves contours from the binary image and returns the number of retrieved contours. The pointer firstContour is filled by the function. It will contain pointer t...

2018-07-17 13:08:45 1141

原创 【EmguCV】 填充 带角度的矩形

  //想使用提取的最小外接矩形生成 Mask,待用。怎样填充RotatedRect区域 //找轮廓 VectorOfVectorOfPoint con = new VectorOfVectorOfPoint(); CvInvoke....

2018-07-15 15:00:17 2420

很好的截图工具.rar

FastStone Capture is a powerful, lightweight, yet full-featured screen capture tool and screen video recorder. It allows you to easily capture and annotate anything on the screen including windows, objects, menus, full screen, rectangular / freehand / fixed regions as well as scrolling windows / web pages. It also allows you to record all screen activities including onscreen changes, speech from microphone, mouse movements and clicks into highly compressed video files. You can choose to send captures to editor, file, clipboard, printer, email, Word / PowerPoint document or upload them to your website. Editing tools include annotating (texts, arrowed lines, highlights), resizing, cropping, sharpening, watermarking, applying edge effects and many more. Other features include image scanning, global hotkeys, automatic filename generation, support for external editors, a color picker, a screen magnifier, a screen crosshair and a screen ruler

2020-07-17

Visio 2016 64bit.rar

By using Microsoft Visio 2016 Viewer, Visio users can freely distribute Visio drawings (files with a .vsdx, .vsdm, .vsd, .vdx, .vdw, .vstx, .vstm, .vst, or .vtx extension) to team members, partners, customers, or others, even if the recipients do not have Visio installed on their computers. Internet Explorer also allows for printing, although this is limited to the portion of the drawing displayed. Viewing Visio drawings is as simple as double-clicking the drawing file in Windows Explorer. Internet Explorer will open, and Visio Viewer will render the drawing in the browser window. You can then pan and zoom in the drawing window by using toolbar buttons, keyboard shortcuts, or menu items in the shortcut menu. Also, you can see properties on any shape by opening the Properties dialog box and then selecting a shape. Some rendering and display settings are available in the Display tab of the Properties dialog box. Additionally, you can set drawing-layer visibility and colors in the Layers tab, and comment visibility and colors in the Comments tab.

2020-07-17

DragControlHelper.rar

double RectColOnCanvas = Canvas.GetLeft(xRECT); double RectRowOnCanvas = Canvas.GetTop(xRECT); double RectHeightOnCanvas = xRECT.ActualHeight; double RectWidthOnCancas = xRECT.ActualWidth; double CanvasHeight = this.xCanvas.ActualHeight; double CanvasWidth = this.xCanvas.ActualWidth; double ImageHeight = 2048; double ImageWidth = 2592; double widthScale = ImageWidth / CanvasWidth; double heightScale = ImageHeight / CanvasHeight; double RectColOnImage = widthScale * RectColOnCanvas; double RectRowOnImage = heightScale * RectRowOnCanvas; double RectHeightOnImage = heightScale * RectHeightOnCanvas; double RectWidthOnImage = widthScale * RectWidthOnCancas;

2020-03-17

WpfApp4.rar

B站视频代码-MVVM最简模型Code-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

2020-01-23

MVS-1.0.0_x86_64.tar.gz

To install the MVS Camera Software Suite in /opt/MVS follow these steps: 1. Gaining root privileges and input password: sudo su or su root 2. Change to the directory which contains this INSTALL file, e.g.: cd ~/MVS-1.0.0_x86_64 3. Running the configuration scripts source ./setup.sh 4. Execute /opt/MVS/bin/MVSPlayer to test your cameras.

2019-12-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除