Palo Alto, CA– OpenCV, the preeminent open-source library for computer vision and artificial intelligence, is pleased to announce a collaboration with Qualcomm Technologies, Inc., a global leader in edge computing technologies. Qualcomm Technologies’ commitment to advancing the field of computer vision and AI is demonstrated through their support of OpenCV as a Gold Member, reinforcing […]
Code Smarter: Your 5 Minute Guide to Mistral’s Codestral
Introduction Mistral AI, a French startup known for its groundbreaking AI models, has just released a new model called Codestral. This innovative model is designed to assist with code generation and programming tasks, making life easier for developers by helping them create and debug software more efficiently. Codestral stands out in the AI landscape for […]
OpenCV 4.10.0 Is Now Available!
OpenCV 4.10.0 have been released
What is Natural Language Processing NLP? – Starter’s Guide
What is Natural Language Processing NLP? Have you ever wondered how digital devices understand human language? Whether you ask a voice assistant like Siri to set an alarm or get product recommendations based on your reviews, these interactions are powered by a fascinating field of computer science called Natural Language Processing, or NLP. NLP is […]
What is Generative AI? Your 2024 Comprehensive Guide
Introduction What is Generative AI? It’s a question that looms in most of our minds. Generative AI has gained huge traction during the past few years. With ChatGPT blowing up during November 2022, there is no going back! Various industries are adopting Generative AI for interesting applications like content generation, marketing, engineering, research, and general […]
OpenCV 5 Progress Update (May 9, 2024)
Hello, Community! This post is a summary of development on OpenCV 5 in the last week. You can always find the most up-to-date information on the OpenCV 5 Work Board. Many thanks to Jia Wu for her excellent notes! Latest Developments from the OpenCV Core Team: How to Contribute to OpenCV: Interested in contributing to […]
AI Coding Assistants in 2024: Choosing the Right Tool for Your Development Needs
An AI coding assistant is essentially a smart software tool that helps programmers write code more efficiently. These tools can suggest code, spot errors, and even handle some mundane aspects of coding by themselves. Think of them as very helpful aides that can make coding faster and more accurate, especially when working with unfamiliar languages […]
SORA: The New Text to Video Generation Model from OpenAI
Introduction to Video Generation Models Generative AI has taken the world by storm with the likes of ChatGPT-4, Stable Diffusion 3, Devin AI, and now SORA. SORA is an image or text-to-video generation tool courtesy of OpenAI. Generative models are the powerhouse behind these awesome video sequences and realistic novel content. These models were trained […]
A Quick Comparison of the Orbbec and RealSense 3D Cameras
Author: WU Jia (Engineer @ OpenCV China) With the OpenCV VideoCapture class, users can easily access Orbbec’s 3D Cameras without relying on its SDK, similar to working with USB cameras, as demonstrated in following snippet. MacOS users also enjoy the similar convenience as Windows and Linux users now that the related pull request has been merged. In our comparisons here the […]
Top Open Source LLMs for 2024 and Their Uses
Large Language Models, or LLMs, are advanced computer programs that mimic human-like understanding and generation of text. Recently, open source LLMs have gained popularity, offering the freedom to use, modify, and enhance them, fostering innovation and wider accessibility. This article talks about the top open-source LLMs of 2024, showcasing their key features and benefits. It […]
OpenCV 5 Progress Update Apr. 17, 2024
Hello, Community! This post is a summary of development on OpenCV 5 in the last week. You can always find the most up-to-date information on the OpenCV 5 Work Board. Many thanks to Jia Wu for her excellent notes! Latest Developments from the OpenCV Core Team: How to Contribute to OpenCV: Interested in contributing to […]
Deep Learning vs Machine Learning: The Ultimate AI Subfields Showdown
Introduction One field that has seen a boom in recent times is Artificial Intelligence. By leveraging Artificial Intelligence tech, machines can accomplish a ton of tasks, ranging from applying snap filters to your pictures to self-driving cars. Two other terms that are used interchangeably and frequently with Artificial Intelligence are Machine Learning and Deep Learning. […]