原创 圖像縮放插值算法

三種圖像插值方式對比圖像處理之三種常見雙立方插值算法圖像縮放之雙三次插值法  數字圖像的縮放 Lanczos resampling

原创 opengl blend選項

http://www.cnblogs.com/manshuoquan/p/5347136.html http://jingyan.baidu.com/article/f25ef2544e6684482c1b82ef.html http:

原创 Cannot create a symlink to ...... Read only file system

from:http://qiyikun.com/?id=45 VirtualBox shared folder symlink error 由於VDI硬盤在刪除文件後,不能自動縮小尺寸,寫新的文件也不會佔用已刪除的空間,造成VDI

原创 cmake 編譯及OpenCV編譯notes

一、cmake入門 二、c++11 feature from:https://stackoverflow.com/questions/19774778/when-is-it-necessary-to-use-use-the-flag-st

原创 基準測試移動 GPU 中的浮點精度

from:https://community.arm.com/cn/b/blog/posts/gpu 原文: Benchmarking floating-point precision in mobile GPUs 作者:tomo

原创 線程安全單例模式

from:http://www.cnblogs.com/kubixuesheng/p/4355055.html 單例模式:就是隻有一個實例。 singleton pattern單例模式:確保某一個類在程序運行中只能生成一個實例,並提供

原创 Shell標準輸出、標準錯誤 >/dev/null 2>&1

轉自:http://blog.sina.com.cn/s/blog_4aae007d010192qc.html shell中可能經常能看到:>/dev/null  2>&1  eg:sudo kill -9 `ps -elf |

原创 clang 在Ubuntu上的配置

配置方法 http://blog.csdn.net/abel_qy/article/details/49646309 資源 http://releases.llvm.org/download.html 點贊 收藏

原创 JAVA中類、實例與Class對象

from:https://www.cnblogs.com/flyme/p/4571030.html 類       類是面向對象編程語言的一個重要概念,它是對一項事物的抽象概括,可以包含該事物的一些屬性定義,以及操作屬性的方法。面向

原创 傅里葉變換及其應用

http://open.163.com/special/opencourse/fouriertransforms.html 圖像的二維傅里葉變換頻譜圖特點研究 from: http://www.cnblogs.com/xh6300

原创 after effect cc入門教程

https://chuanke.baidu.com/v3380452-180882-963706.html 點贊 收藏 分享 文章舉報 djzhao 發佈了28 篇原創文章 ·

原创 adreno-profiler 3-7

https://developer.qualcomm.com/download/adrenoprofiler/adreno-profiler-32bit.zip 點贊 收藏 分享 文章舉報

原创 高斯模糊優化

高斯模糊加速算法介紹 點贊 收藏 分享 文章舉報 djzhao 發佈了28 篇原創文章 · 獲贊 29 · 訪問量 23萬+ 私信

原创 斯坦福大學公開課:傅里葉變換及其應用

斯坦福大學公開課:傅里葉變換及其應用 點贊 1 收藏 分享 文章舉報 djzhao 發佈了28 篇原創文章 · 獲贊 29 · 訪問量 23萬+ 私信

原创 SSE指令集優化學習:雙線性插值

from:http://www.cnblogs.com/wangguchangqing/p/5445652.html 對SSE的學習總算邁出了第一步,用2天時間對雙線性插值的代碼進行了優化,現將實現的過程梳理以下,算是對這段學習的一個