Copilot

Results 4682 issues of Copilot

Users were calling `cv.exceptionFromPtr(err)` on the `err` parameter of `calcOpticalFlowPyrLK`, causing TypeError exceptions. The `err` parameter is an OutputArray (Mat) for error metrics, not an exception pointer. ## Changes -...

The `cv::Mat::clone()` method was not creating proper deep copies of the underlying data, causing cloned matrices to share the same data buffer. This resulted in modifications to one matrix affecting...

This PR addresses the missing `cv.QRCodeEncoder` TypeScript definitions by adding comprehensive type support for QRCodeEncoder functionality. **This PR has been updated to merge improvements from main branch** (PR #92 and...

This PR implements the missing `Mat.reshape()` method that was declared in TypeScript types but not available at runtime, causing the error "img.reshape is not a function" when users tried to...

This PR adds comprehensive support for OpenCV contrib modules, specifically addressing the missing `cv.ximgproc.thinning()` function that users need for image skeletonization. ## What's Added ### TypeScript Definitions - Complete TypeScript...

This PR fixes the compatibility issue with Next.js 14.1.0 where opencv.js would throw a `TypeError: Cannot set properties of undefined (setting 'cv')` error during module loading. ## Problem The error...

## Problem Long sidebars were jumping when using a custom scrollable element as the viewport instead of the default window viewport. This issue occurred specifically when scrolling down and the...

Adds the METPO (Microbial Ecophysiological Trait and Phenotype Ontology) prefix to enable representation of microbe-medium growth relationships in knowledge graphs. ## Changes - Added `METPO: 'https://w3id.org/metpo/'` to prefixes section in...

This PR extends the jekyll-optional-front-matter plugin to support Jekyll collections, addressing the limitation that it previously only worked with regular pages. ## Problem The plugin only processed markdown files in...

This PR removes the `kramdown-parser-gfm` runtime dependency that was accidentally introduced in PR #45. ## Problem The `kramdown-parser-gfm` dependency was added as a runtime dependency in the gemspec during PR...