Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sunfei/code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MasteringOpenCV/code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 6 contributors

Commits on Aug 20, 2013

  1. fixed iterative LinearLSTriangulation doing the same as the non-itera…

    …tive one
    bob authored and bob committed Aug 20, 2013
    Configuration menu
    Copy the full SHA
    9dab33e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2014

  1. Check that the return value is nil before attempting to do anything w…

    …ith the NSError object
    
    Apple's Error Handling Programming Guide
    (https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/
    ErrorHandlingCocoa/CreateCustomizeNSError/CreateCustomizeNSError.html)
    states that return values must be checked for nil or NO before
    attempting to do anything with the NSError object
    SSteve committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    6d6167a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. Merge pull request MasteringOpenCV#32 from SSteve/master

    Check that the return value is nil before attempting to do anything with...
    BloodAxe committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    f3b6916 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2015

  1. Added a mini-tutorial to Chapter 6 README

    Shervin Emami committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    5a6f4a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2015

  1. Merge pull request MasteringOpenCV#15 from MarcKe/master

    fixed iterative LinearLSTriangulation
    royshil committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    fc763be View commit details
    Browse the repository at this point in the history

Commits on May 28, 2015

  1. Configuration menu
    Copy the full SHA
    d1d4d99 View commit details
    Browse the repository at this point in the history
Loading