Skip to content
#

pattern-recognition

Here are 407 public repositories matching this topic...

wildcolor
wildcolor commented Jan 27, 2020

I am very new to ta-lib.

Here is a very stupid question about the documentation. Can anyone direct me where exactly is the detailed documentation? For example, the following shows BBANDS has MA_Type.T3, which means BollingerBands will use EMA instead of SMA. But I can't find the description about BBANDS and MA_Type anywhere.....

upper, middle, lower = talib.BBANDS(close, matype

The Graph-Cut RANSAC algorithm proposed in paper: Daniel Barath and Jiri Matas; Graph-Cut RANSAC, Conference on Computer Vision and Pattern Recognition, 2018. It is available at http://openaccess.thecvf.com/content_cvpr_2018/papers/Barath_Graph-Cut_RANSAC_CVPR_2018_paper.pdf

  • Updated Jan 21, 2020
  • C++

Colibri core is an NLP tool as well as a C++ and Python library for working with basic linguistic constructions such as n-grams and skipgrams (i.e patterns with one or more gaps, either of fixed or dynamic size) in a quick and memory-efficient way. At the core is the tool ``colibri-patternmodeller`` whi ch allows you to build, view, manipulate and query pattern models.

  • Updated May 6, 2020
  • C++
mathieu-rossignol
mathieu-rossignol commented Apr 20, 2020

This issue #466 has introduced a refactoring of the documentation. This work has been merged into the develop branch with the PR #471. But between the time where this PR has been merged and now, some documentation sources (developer, components...others ?) have disappeared (when and where?).

These sources are used for generating the documentation site https://logisland.readthedocs.io. One can s

Twenkid
Twenkid commented Mar 19, 2019

Shouldn't (height, width) in In def comp_pixel(frame, p__): be (width, height)?

dert__ = np.empty(shape=(width, height, 4), dtype=int) # initialize dert__

The order of dimension declaration in numpy arrays?

According to the code in the initialization:

height, width = image.shape

And to code tests like this::

 w = 4; h = 2
>>> k = np.zeros(shape=(w,h,1), dtype

Improve this page

Add a description, image, and links to the pattern-recognition topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pattern-recognition topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.