原创 Use C language to achieve object-oriented programming OOP

參考:https://mp.weixin.qq.com/s?__biz=MzI5NzM5MjMxNw==&mid=2247486893&idx=1&sn=58b9d99db36e79b8660baab92e0c2d94&chksm=ecb

原创 Infrared and visible image perceptive fusion through multi-level Gaussian curvature filtering image

圖像融合---簡單認識圖像融合 Image fusion - Simply recognize image fusion 概念   圖像融合(Image Fusion)是指將多源信道所採集到的關於同一目標的圖像數據經過圖像處理和計算機

原创 C++ opencv Table Processing

 今天,實現了一個功能。主要實現以下功能: (1)首先進行直線檢測 (2)HOUGH重構橫向線段 (3)基於重構橫向線段的縱向線段處理 (4)掩膜處理 Today, a function is implemented.The main

原创 Python draws a thermal diagram

繪製採集溫度的溫度熱力場。參考博客:https://blog.csdn.net/liyazhou0215/article/details/72491993/ Draw the thermal field of temperature f

原创 LAN video transmission

對於局域網通信無非就是傳輸視頻或者進行信息交互,今天介紹一下局域網視頻傳輸的構建。 For LAN communication is nothing more than transmission of video or informati

原创 C++ opencv cross structural element

1.形態學運算與結構元素 形態學運算是針對二值圖像依據數學形態學(Mathematical Morphology)的集合論方法發展起來的圖像處理方法。數學形態學起源於巖相學對岩石結構的定量描述工作,近年來在數字圖像處理和機器視覺領域中得到

原创 Python Generate tables in PDF(2)

接着上一篇博客繼續實現PDF中表格的繪製:https://blog.csdn.net/m0_37690102/article/details/107051058 Then on a blog to continue to implemen

原创 C++ (-1)this is a problem

In the recent project, the judgment condition of the for loop appeared -1. A strange problem appeared. int a = 0; int b

原创 Basic knowledge of digital image processing

https://mp.weixin.qq.com/s?__biz=MzU0MDQ1NjAzNg==&mid=2247489097&idx=2&sn=f36dc632633dc31ddde9a0bf267c4c6b&chksm=fb39b3

原创 Solve the single data: common data enhancement method summary(數據集擴充)

  參考文獻:https://mp.weixin.qq.com/s?__biz=MzI5MDUyMDIxNA==&mid=2247497597&idx=3&sn=33d62f4f12bb0985185409b1ec6b7aae&chksm

原创 C++ opencv table detection

今天介紹一個正常表格的檢測方法,針對在本次項目中的另一個對象。這個算法採用的是opencv中的查找閉合輪廓的方法來確定是否爲一個表格。但是這個方法很有很大的缺點,閉合輪廓裏面是否爲表格的準確性不好確定。 ---->Today I will

原创 C++ opencv Image visual enhancement - false color(圖像視覺效果增強-僞彩色)

今天,抽短暫時間實現了一個新的功能,那就是16位圖像的讀取以及僞彩色視覺效果增強。個人感覺各種語言還是C++好用,PY雖然很火,但是項目中執行效率是真的難受。 --->Today, a new feature has been brief

原创 Python Code Acceleration(Python代碼加速)

對於Python的代碼執行效率較低的問題,參考博客:https://developer.51cto.com/art/201809/583695.htm進行相應的測試。 參考代碼如下: from numba import jit impo

原创 Faster-RCNN:Target detection model in Keras

環境: requirements: Keras==2.2.4 numpy==1.16.4 opencv-python==3.4.2.16 tensorboard==1.13.1 tensorflow==1.14.0rc0 tensorfl

原创 C++ Exception catching and exception handling

同學建議,在寫博客的時候將對應的中文也補充上,可以增加博客的可讀性,後面加入這部分,如果您有更好的建議,可以給我留言或者私信我,非常感謝您的反饋。 --->The students suggested that the correspon