LibreOffice (64-bit)

最新版本 OpenCV 4.5.0

OpenCV 4.5.0

OpenCV 4.5.0
LibreOffice 64 位是一個功能強大的辦公套件; 其乾淨的界面和強大的工具讓你釋放你的創造力,提高你的生產力。 LibreOffice 嵌入了幾個應用程序,使其成為最強大的 Free& 文字處理器,Calc,電子表格應用程序,Impress,演示文稿引擎,Draw,我們的繪圖和流程圖應用程序,Base,我們的數據庫和數據庫前端,以及用於編輯數學的數學運算.

您的文檔無論目的如何:信函,碩士論文,小冊子,財務報告,營銷演示文稿,技術圖紙和圖表,都將顯得專業和乾淨。下載 LibreOffice 離線安裝程序安裝程序的 Windows.

LibreOffice 離線安裝 PC 的兼容許多文件格式,如 Microsoft® Word,Excel,PowerPoint 和 Publisher。但 LibreOffice 進一步使您能夠使用現代開放標準,即開放文檔格式(ODF)。除了默認提供的眾多功能之外,LibreOffice 64 位通過其強大的擴展機制可輕鬆擴展.

LibreOffice 為您提供什麼?

Writer 是 LibreOffice 內部的文字處理器。用它來做一切事情,從快速寫信到製作帶有目錄,嵌入式插圖,參考書目和圖表的整本書。即時類型的自動完成,自動格式化和自動拼寫檢查使得困難的任務變得簡單(但是如果您願意的話,很容易禁用).

Calc 馴服你的號碼,並幫助您在衡量備選方案時作出困難的決定。用 Calc 分析你的數據,然後用它來表示你的最終輸出。圖表和分析工具有助於為您的結論帶來透明度。完全集成的幫助系統使輸入複雜公式的工作變得更簡單。從外部數據庫(如 SQL 或 Oracle)添加數據,然後對它們進行分類和過濾以生成統計分析。

Impress 是創建有效的多媒體演示的最快最容易的方法。令人驚嘆的動畫和聳人聽聞的特效幫助你說服觀眾。創建看起來比您在工作中常見的標準演示更專業的演示。通過創建一些不同的東西來獲得你的同事和老闆的注意力.

Draw 讓你從頭開始建立圖表和草圖。一張圖片勝過千言萬語,那麼為什麼不用一個簡單的方框圖和線圖來嘗試一下呢?否則,走得更遠,輕鬆建立動態 3D 插圖和特效。它就像你想要的那樣簡單或者功能強大.

Base 是 LibreOffice 套件的數據庫前端。借助 Base,您可以將現有的數據庫結構無縫地集成到 LibreOffice 的其他組件中,或創建一個接口來將數據作為獨立應用程序使用和管理。您可以使用從 MySQL,PostgreSQL 或 Microsoft Access 以及其他許多數據源導入和鏈接的表和查詢,或者使用 Base 設計您自己的數據源。下載 LibreOffice Windows Installer 安裝程序.

Math 是一個簡單的公式編輯器,可讓您以標準書面符號快速佈局和顯示數學,化學,電子或科學方程式。正確顯示即使是最複雜的計算也是可以理解的。 E = mc2.

注意:需要 Java 運行時環境。安裝過程需要管理員權限.

也可用:下載 LibreOffice for Mac

ScreenShot

軟體資訊
檔案版本 OpenCV 4.5.0

檔案名稱 opencv-4.5.0-vc14_vc15.exe
檔案大小
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 開源軟體
作者 The Document Foundation
官網 http://www.libreoffice.org/
更新日期 2020-10-12
更新日誌

What's new in this version:

- OpenCV 4.5.0 licence has been changed to Apache 2: OE-32 - Change OpenCV License to Apache 2
- OpenJPEG replaces Jasper in distributed Windows packages: #18194
- Added support for OpenCL multiple contexts

DNN module:
Improved layers / activations / supported more models:
- ONNX: ReduceSum, Gather, improved Reshape

Intel® Inference Engine backend ( OpenVINO™ ):
- added support for OpenVINO 2021.1 release

- Fixes and optimizations in DNN CUDA backend (thanks to @YashasSamaga): PRs

G-API module:
- Added Python bindings for the general G-API (#17493), inference and streaming support are currently in progress
- Introduced serialization API, currently limited. A graph can be serialized to a byte stream (std::vector) and then reconstructed back to a cv::GComputation object
- OpenVINO NN backend has been moved to the latest OpenVINO "Core" APIs
- Now it is easier to declare a graph with a dynamic number of inputs or outputs (GIn() / GOut() support operator+=)
- Added "mask", extended "convertTo" with 16S, also added performance tests on Core kernels for the Fluid backend
- Added standard NN post-processing operations like parseYolo and parseSSD to turn NN results into a structured graph-based data format (e.g. GArray)

Added value initialization for GArray so now one can write:
- cv::GArray arr = std::vector { 1, 2, 3 }
- to associate a cv::GArray<> with a value at graph construction stage
- cv::GMat bitwise operators are extended with a cv::GScalar operand
- Introduced a new graph data type cv::GFrame and its data storage type cv::MediaFrame to start handling media-oriented formats (like NV12 or YUV images with external memory) in the graph

And many other great contributions from OpenCV community:
- flann module fixes / improvements by @pemmanuelviel: PRs
- Add Robot-World/Hand-Eye calibration function

GSoC 2020 merged projects:
- GSoC: Better SIFT in the main repository
- GSoC: Improvement of Random Sample Consensus in OpenCV
- GSoC: Real-time Single Object Tracking using Deep Learning
- GSoC: Revise/improve Text and Digit Recognition Samples
- GSoC: Optimize OpenCV for RISC-V
- GSoC (opencv_contrib): OpenCV bindings for Julia
- GSoC (opencv_contrib): Implement Macbeth Chart detector and AprilTag3
- GSoC (opencv_contrib): Depth Fusion for large scale environments

OpenCV 4.5.0 相關參考資料
4.5.0 Milestone · GitHub

Open Source Computer Vision Library. Contribute to opencv/opencv development by creating an account on GitHub.

https://github.com

Core (OpenCV 4.5.0 Java documentation)

Initializes a scaled identity matrix. static void, setNumThreads​(int nthreads). OpenCV will try to set the number of threads for&nbsp;...

https://docs.opencv.org

Download OpenCV 4.5.0 - Softpedia

Download OpenCV - A set of computer vision algorithms, released as open-source, that was especially designed in order to help programmers implement new&nbsp;...

https://www.softpedia.com

Imgcodecs (OpenCV 4.5.0 Java documentation)

Class Imgcodecs. java.lang.Object. org.opencv.imgcodecs.Imgcodecs. public class&nbsp;...

https://docs.opencv.org

opencvopencv: Open Source Computer Vision Library - GitHub

Open Source Computer Vision Library. Contribute to opencv/opencv development by creating an account on GitHub.

https://github.com

Operations on arrays - OpenCV

Functions. void, cv::absdiff (InputArray src1, InputArray src2, OutputArray dst). Calculates the per-element absolute difference between two arrays or between an&nbsp;...

https://docs.opencv.org

Overview (OpenCV 4.5.0 Java documentation)

SEARCH: JavaScript is disabled on your browser. OpenCV Java documentation (4.5&nbsp;...

https://docs.opencv.org

pre: OpenCV 4.5.0 (version++) · Issue #18288 ... - GitHub

2020年9月8日 — pre: OpenCV 4.5.0 (version++) #18288. Merged. opencv-pushbot merged 1 commit into opencv:master from alalek:update_version_4.5.0-pre&nbsp;...

https://github.com

Releases - OpenCV

OpenCV – 4.4.0. 2020-07-18. Docs &middot; Sources &middot; GitHub &middot; Windows &middot; iOS pack &middot; Android &middot; Release Notes. * OpenCV – 3.4.11. 2020-07-18. Docs &middot; Sources &midd...

https://opencv.org

Releases · opencvopencv · GitHub

0-openvino … OpenCV 4.5.0 for Intel(R) OpenVINO(TM) toolkit. 15&nbsp;...

https://github.com