Alex Martens

Results 9 issues of Alex Martens

Hi there, I'm interested in using your pipeline for camera calibration, undistortion, rectification and finally depth map estimation. You have a great data set for camera calibration, I'm wondering whether...

Hi there, I'm trying to use your library for real time data plotting, however I'm having some troubles with figuring out how to pass data points to ChartView element in...

Hi, I have tried to build FeatureBasedAlignment, but it does not work out. Can you help to fix the problem, please Thanks, My error: Scanning dependencies of target pcl_alignment [...

Hi! What is AtoBCorrs.txt file required in input?

Problem: the line with the cursors is not highlighted. Expectation: My initial thought was that the highlight color is the same as the background color, but I tried different themes...

I've been trying to use another plugin [auto-pairs](https://github.com/jiangmiao/auto-pairs), however it did not work because I had `Set paste` set somewhere in the configuration. The only place I found it to...

### Reproducible example ``` names = [ "Apple iPhone", "Apple iPhone 8", ] matcher = FuzzyMatch.new(names) matcher.find_all_with_score("Apple 8") => [["Apple iPhone", 0.6153846153846154, 0.5], ["Apple iPhone 8", 0.6153846153846154, 0.5]] ``` ###...

Thanks for an awesome write-up! I've followed your post with pretty much only one change, my key is located in `/boot`. For some reason I get `Key load error: Failed...

Hi there, I'm trying to replicate your example from readme. `import RTChart from 'react-rt-chart';` causing 'Cannot read property 'prototype' of undefined' error. Any suggestions?